This Node.js tool scans your Mac for rebuildable files like Xcode DerivedData, npm caches, and browser logs. It moves these items to the Trash rather than deleting them, ensuring nothing is permanently lost. The installation requires Node.js 18 and runs entirely locally without network requests.
It is a useful alternative for developers who want to reclaim gigabytes without trusting a graphical suite. The main limitation is the dependency on Node, which may be unnecessary for some users. Avoid it if you need to clean system-level directories outside your user home folder.
Leave a comment